www.gusucode.com > ROCKOA PHP协同办公OA办公系统 v2.0PHP源码程序 > ROCKOA PHP协同办公OA办公系统 v2.0/rockoa_v2.0/rockoa_v2.0/webrock/person/vcard/ext_vcard_inscript.js

    var panel= {
	xtype:'rockgrid',tablename:'admin',searchtools:true,defaultorder:'sort',keywhere:'and status=1 and state<>5 and isvcard=1',
	exceltitle:'内部通讯录',storefields:'id,deptname,name,ranking,gender,superman,email,tel,mobile',
	columns:[{
		xtype: 'rownumberer',
		width: 40
	},{
		text:'部门',dataIndex:'deptname',width:'15%',search:true
	},{
		text:'姓名',dataIndex:'name',width:'8%',search:true
	},{
		text:'职位',dataIndex:'ranking',width:'10%',search:true
	},{
		text:'性别',dataIndex:'gender',width:'10%',search:true
	},{
		text:'直属上级',dataIndex:'superman',width:'10%',search:true
	},{
		text:'邮箱',dataIndex:'email',width:'15%',search:true
	},{
		text:'电话',dataIndex:'tel',width:'15%',search:true
	},{
		text:'手机号',dataIndex:'mobile',width:'12%',search:true
	}]
};

return {
	panel:panel
};